Edit Task: SetPossibilityTimesExact
Format
SCHED / EditTask '<TaskName>' SetPossibilityTimesExact '<PossibilityName>' <# Times> <Times1> <Times2> ... <TimesN>
Description
The SetPossibilityTimesExact attribute under EditTask allows you to override and explicitly set the possibility's list of final timeslots. This command argument ignores the Scheduling Windows, Resource Availability Windows, and Report Windows that are usually used to determine the final set of a possibilities timeslot.
Parameters
Parameter | Description |
---|---|
PossibilityName | A comma delimited list of resources in the possibility surrounded by single quotes. Order is not required and this command will delete previously existing times. |
# Times | An integer value of the time pair definitions contained within the command. |
TimesN | A space delimited as <StartTime> <StopTime> and in the format YYYY/MM/DD_hh:mm:ss YYYY/MM/DD_hh:mm:ss or YYYY/MM/DD_hh:mm:ss.fff YYYY/MM/DD_hh:mm:ss.fff. |
Examples
Set 2 new timeslots for the ResA possibility.
SCHED / EditTask 'TaskA' SetPossibilityTimesExact 'ResA' 2 2015/01/01_03:00:00 2015/01/01_03:45:00 2015/01/01_07:17:21 2015/01/01_12:00:00